home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / select / RCS / select.man,v < prev   
Encoding:
Text File  |  1988-12-22  |  785 b   |  45 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.22.11.45.50;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' $Header: /sprite/doc/ref/cmds/RCS/select,v 1.3 88/10/27 16:14:24 ouster Exp $ SPRITE (Berkeley)
  26. .so \*(]ltmac.sprite
  27. .HS SELECT cmds
  28. .BS
  29. .SH NAME
  30. select \- Print the selection
  31. .SH SYNOPSIS
  32. \fBselect\fR
  33. .BE
  34. .SH DESCRIPTION
  35. .LP
  36. This command will retrieve the Sx selection in ``text'' format
  37. and output it onto the standard output.  If there is no selection,
  38. no output is generated.  The main purpose of this command is to
  39. allow you to write shell commands that use the selection, e.g. to
  40. print it or to delete a file whose name is selected.
  41.  
  42. .SH KEYWORDS
  43. selection, window
  44. @
  45.